Skip to content

Commit a56f789

Browse files
committed
ci: update the ci actions versions
1 parent f6d78a2 commit a56f789

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
node-version: [12.x, 14.x, 16.x, 18.x]
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v1
24+
uses: actions/setup-node@v3
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm ci

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"homepage": "https://github.com/techno-express/node-sys#readme",
6868
"engines": {
69-
"node": ">=12.0.0"
69+
"node": ">=12.22"
7070
},
7171
"dependencies": {
7272
"minimist": "1.2.6",

0 commit comments

Comments
 (0)