Skip to content

Commit d44f101

Browse files
committed
chore: update Node.js versions in workflow and upgrade action versions
1 parent 56d5154 commit d44f101

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [22.x]
15+
node-version: [22.x, 24.]
1616
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1717

1818
steps:
1919
- run: corepack enable
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121
- name: Use Node.js ${{ matrix.node-version }}
22-
uses: actions/setup-node@v3
22+
uses: actions/setup-node@v6
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
cache: 'yarn'

0 commit comments

Comments
 (0)