Skip to content

Commit 79a88cb

Browse files
chore: update github action node version
1 parent ac5569f commit 79a88cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: echo TAG_VERSION=${GITHUB_REF/refs\/tags\//} >> $GITHUB_OUTPUT
2323
- uses: actions/setup-node@v3
2424
with:
25-
node-version: "18"
25+
node-version: "20"
2626
registry-url: 'https://registry.npmjs.org'
2727
- uses: pnpm/action-setup@v2
2828
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
deno: ["1.x"]
30-
node: ["18", "20"]
30+
node: ["20", "21"]
3131
name: Test Node on Version ${{ matrix.node }}
3232
steps:
3333
- name: Checkout Repo

0 commit comments

Comments
 (0)