Skip to content

Commit 8523c88

Browse files
authored
node 22 (#19)
1 parent 019071c commit 8523c88

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
- name: Publish if version has been updated
1818
uses: pascalgn/npm-publish-action@4f4bf159e299f65d21cd1cbd96fc5d53228036df
1919
with: # All of theses inputs are optional

0 commit comments

Comments
 (0)