Skip to content

Commit 6e57ce2

Browse files
committed
node 18x -> 22x
1 parent 1a0acb3 commit 6e57ce2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-node@v2
1111
with:
12-
node-version: '18.x'
12+
node-version: '22.x'
1313
registry-url: 'https://registry.npmjs.org'
1414
- run: npm install
1515
- run: npm run build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-node@v2
1111
with:
12-
node-version: '18.x'
12+
node-version: '22.x'
1313
registry-url: 'https://registry.npmjs.org'
1414
- run: npm install
1515
- run: npm run build

0 commit comments

Comments
 (0)