Skip to content

Commit

Permalink
update actions to node v16
Browse files Browse the repository at this point in the history
  • Loading branch information
edsilv committed Dec 12, 2022
1 parent cb100a5 commit 6d4ae5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
# @TODO add 16/18
node: [ '14' ]
node: [ '16' ]

name: Node ${{ matrix.node }} build
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'
- run: npm ci
- run: npm run build

Expand Down

0 comments on commit 6d4ae5a

Please sign in to comment.