1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 03:56:59 +00:00

chore: update github action node version

This commit is contained in:
James Cook 2023-11-29 00:05:35 +00:00 committed by GitHub
parent ac5569f53e
commit 79a88cbb3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ jobs:
run: echo TAG_VERSION=${GITHUB_REF/refs\/tags\//} >> $GITHUB_OUTPUT run: echo TAG_VERSION=${GITHUB_REF/refs\/tags\//} >> $GITHUB_OUTPUT
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: "18" node-version: "20"
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
- uses: pnpm/action-setup@v2 - uses: pnpm/action-setup@v2
with: with:

View file

@ -27,7 +27,7 @@ jobs:
strategy: strategy:
matrix: matrix:
deno: ["1.x"] deno: ["1.x"]
node: ["18", "20"] node: ["20", "21"]
name: Test Node on Version ${{ matrix.node }} name: Test Node on Version ${{ matrix.node }}
steps: steps:
- name: Checkout Repo - name: Checkout Repo