Skip to content

Commit

Permalink
Bump to v16 nodejs (#586)
Browse files Browse the repository at this point in the history
* Bump to v16 nodejs

* Read from .nvmrc file

* Bump actions to use v3
  • Loading branch information
nitrocode committed May 20, 2022
1 parent dd947f5 commit 358f148
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16
node-version-file: '.nvmrc'
cache: npm
- run: npm ci
- run: npm test
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12
v16

1 comment on commit 358f148

@vercel
Copy link

@vercel vercel bot commented on 358f148 May 20, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

settings – ./

settings-git-master-probot.vercel.app
settings.probot.vercel.app
settings-probot.vercel.app

Please sign in to comment.