Skip to content

Commit

Permalink
Use Node 16 for GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
glenstaes committed Jun 27, 2023
1 parent ffe185f commit 8cb5e6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- run: npm install
- run: npm test
2 changes: 1 addition & 1 deletion .github/workflows/publish-npmjs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run build
Expand Down

0 comments on commit 8cb5e6d

Please sign in to comment.