Skip to content

Commit

Permalink
Bump Node.js build version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Jan 27, 2022
1 parent 97a24a3 commit faac017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x

- name: Install production dependencies, check node engine compatiblity
run: yarn install --production=true
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Test against the latest version of this Node.js version
environment:
nodejs_version: "12"
nodejs_version: "16"

version: $(package_version)-{build}

Expand Down

0 comments on commit faac017

Please sign in to comment.