Skip to content

Commit a49ecf0

Browse files
alexandernanbergsebcrozet
authored andcommitted
Upgrade GitHub actions and Node
1 parent c554b46 commit a49ecf0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
check-fmt:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
17-
- uses: actions/setup-node@v3
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-node@v4
1818
with:
19-
node-version: "16.x"
19+
node-version: "22.x"
2020
- run: npm ci
2121
- name: Check formatting
2222
run: npm run fmt -- --check
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
RUSTFLAGS: -D warnings
3232
steps:
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434
- uses: actions/cache@v3
3535
with:
3636
path: |
@@ -71,13 +71,13 @@ jobs:
7171
needs: build
7272
if: github.ref == 'refs/heads/master'
7373
steps:
74-
- uses: actions/checkout@v3
74+
- uses: actions/checkout@v4
7575
- uses: actions/download-artifact@v4
7676
with:
7777
name: pkg ubuntu-latest
78-
- uses: actions/setup-node@v3
78+
- uses: actions/setup-node@v4
7979
with:
80-
node-version: "16.x"
80+
node-version: "22.x"
8181
registry-url: "https://registry.npmjs.org"
8282
- name: Publish rapier3d
8383
run: |

0 commit comments

Comments
 (0)