Skip to content

Commit 2869cd6

Browse files
authored
node 22 (#82)
1 parent 01d360a commit 2869cd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [18.x]
16+
node-version: [22.x]
1717

1818
steps:
1919
- uses: actions/checkout@v2

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Node.js
1414
uses: actions/setup-node@master
1515
with:
16-
node-version: 18.0.0
16+
node-version: 22.0.0
1717
- id: publish
1818
uses: JS-DevTools/npm-publish@v1
1919
with:

0 commit comments

Comments
 (0)