Skip to content

Commit 5992a00

Browse files
Update dependency node to v22
1 parent c9e3bf7 commit 5992a00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 18
14+
node-version: 22
1515
registry-url: https://registry.npmjs.org/
1616
cache: npm
1717
- run: npm ci

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Use Node.js
1010
uses: actions/setup-node@v4
1111
with:
12-
node-version: 18.x
12+
node-version: 22.x
1313
- name: npm install, build, and test
1414
run: |
1515
npm install

0 commit comments

Comments
 (0)