Skip to content

Commit

Permalink
build: bump nodejs up to 16.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ViZhe committed Jan 17, 2022
1 parent dd0bc69 commit 46f7e42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ jobs:

steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v2

with:
node-version: 14
node-version: 16
- run: yarn install

- run: yarn prettier
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17.0
16.13.2

0 comments on commit 46f7e42

Please sign in to comment.