Skip to content

Commit 2b98bf8

Browse files
authored
chore: bump action and node versions (#49)
1 parent 0b05bc6 commit 2b98bf8

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
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: [18.x]
20+
node-version: [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'

0 commit comments

Comments
 (0)