Skip to content

Commit

Permalink
Revert "Revert "update github action node version from 12 to 16""
Browse files Browse the repository at this point in the history
This reverts commit eaae559.
  • Loading branch information
TangoYankee committed Jul 13, 2023
1 parent 7636020 commit d2e9aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- name: install dependencies
run: yarn install --frozen-lockfile --non-interactive
- name: build
Expand Down

0 comments on commit d2e9aa3

Please sign in to comment.