Skip to content

Commit 24e2659

Browse files
authored
chore: bump action and node versions (#226)
1 parent 4ad688f commit 24e2659

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/node.js.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,23 @@ on:
99
pull_request:
1010
branches: [ main ]
1111

12+
permissions: {}
13+
1214
jobs:
1315
build:
14-
1516
runs-on: ubuntu-latest
1617

1718
strategy:
1819
matrix:
19-
node-version: [14.x, 16.x]
20+
node-version: [20.x, 22.x]
2021
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2122

2223
steps:
23-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
25+
with:
26+
persist-credentials: false
2427
- name: Use Node.js ${{ matrix.node-version }}
25-
uses: actions/setup-node@v3
28+
uses: actions/setup-node@v4
2629
with:
2730
node-version: ${{ matrix.node-version }}
2831
cache: 'npm'

build/azure-pipelines/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ extends:
3636
testPlatforms:
3737
- name: Linux
3838
nodeVersions:
39-
- 18.x
4039
- 20.x
40+
- 22.x
4141

4242
testSteps:
4343
- script: npm ci

0 commit comments

Comments
 (0)