Skip to content

Commit

Permalink
chore: test against node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoalvesdulce authored Mar 8, 2022
1 parent 06043e5 commit af729e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [14.x, 16.x]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
"resolutions": {
"minimist": "^1.2.5",
"ws": "7.4.2",
"ws": "7.4.6",
"get-pkg-repo": "4.1.1"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13639,10 +13639,10 @@ write-file-atomic@^4.0.0:
imurmurhash "^0.1.4"
signal-exit "^3.0.7"

[email protected].2, ws@^4.0.0, ws@^6.0.0, ws@^6.2.1, ws@^7.0.0, ws@^7.4.6:
version "7.4.2"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.2.tgz#782100048e54eb36fe9843363ab1c68672b261dd"
integrity sha512-T4tewALS3+qsrpGI/8dqNMLIVdq/g/85U98HPMa6F0m6xTbvhXU6RCQLqPH3+SlomNV/LdY6RXEbBpMH6EOJnA==
[email protected].6, ws@^4.0.0, ws@^6.0.0, ws@^6.2.1, ws@^7.0.0, ws@^7.4.6:
version "7.4.6"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==

x-is-string@^0.1.0:
version "0.1.0"
Expand Down

0 comments on commit af729e9

Please sign in to comment.