Skip to content

Commit

Permalink
fix: remove node 12, pin node 14, add node 16 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouwman committed Jan 13, 2023
1 parent cfb7c92 commit 0920e79
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [12, 14]
node: [14, 16]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,6 @@ packages/**/test/**/*.js
packages/**/test/**/*.map
packages/**/test/mocks/**/*.d.ts
packages/**/test/mocks/**/*.js
packages/**/test/mocks/**/*.map
packages/**/test/mocks/**/*.map

.ultra.cache.json
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,5 +213,8 @@
"eslintIgnore": [
"packages/**/test",
"packages/**/dist"
]
],
"volta": {
"node": "14.21.2"
}
}

0 comments on commit 0920e79

Please sign in to comment.