Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Aug 11, 2023
1 parent 4df6c72 commit 32c5e7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
cache: 'npm'
cache-dependency-path: javascript/package-lock.json
- run: npm install-test
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
matrix:
os:
- ubuntu-latest
node-version: ["12.x", "14.x", "16.x", "17.x", "18.x"]
node-version: ["18.x", "20.x"]
include:
- os: windows-latest
node-version: "18.x"
node-version: "20.x"
- os: macos-latest
node-version: "18.x"
node-version: "20.x"

steps:
- name: set git core.autocrlf to 'input'
Expand Down

0 comments on commit 32c5e7b

Please sign in to comment.