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 versions

This commit is contained in:
James Cook 2024-11-07 17:19:23 +00:00
parent f50b49d63e
commit 35f20dc00b
No known key found for this signature in database
2 changed files with 8 additions and 8 deletions

View file

@ -17,16 +17,16 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
- uses: denoland/setup-deno@v2
with:
deno-version: "1.x"
deno-version: "v2.x"
- name: Get tag version
if: startsWith(github.ref, 'refs/tags/')
id: get_tag_version
run: echo TAG_VERSION=${GITHUB_REF/refs\/tags\//} >> $GITHUB_OUTPUT
- uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "22"
registry-url: "https://registry.npmjs.org"
- uses: pnpm/action-setup@v4
with: