Skip to content

Commit 36cd53f

Browse files
authored
feat: bump ci node version from v18 to v22, commit yarn install state (#43)
* fix: commit .yarn/install-state.gz * feat: bump ci node version
1 parent 516ade5 commit 36cd53f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- name: Checkout Repo
1717
uses: actions/checkout@v3
1818

19-
- name: Setup Node.js 18.x
19+
- name: Setup Node.js 22.x
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: 18.x
22+
node-version: 22.x
2323

2424
- name: Install Dependencies
2525
run: yarn

.yarn/install-state.gz

7.33 KB
Binary file not shown.

0 commit comments

Comments
 (0)