Skip to content

Commit

Permalink
ci: update nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
roziscoding committed Oct 21, 2022
1 parent 43d3ddf commit b8cda5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 15.x
node-version: 16.x
- run: npm ci
- run: npm run lint
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '10.19'
node-version: 16.x
- name: Install dependencies
run: npm ci
- name: Release
Expand Down

1 comment on commit b8cda5f

@vercel
Copy link

@vercel vercel bot commented on b8cda5f Oct 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.