Commit a49ecf0 1 parent c554b46 commit a49ecf0 Copy full SHA for a49ecf0
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
check-fmt :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
17
- - uses : actions/setup-node@v3
16
+ - uses : actions/checkout@v4
17
+ - uses : actions/setup-node@v4
18
18
with :
19
- node-version : " 16 .x"
19
+ node-version : " 22 .x"
20
20
- run : npm ci
21
21
- name : Check formatting
22
22
run : npm run fmt -- --check
30
30
env :
31
31
RUSTFLAGS : -D warnings
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
- uses : actions/cache@v3
35
35
with :
36
36
path : |
@@ -71,13 +71,13 @@ jobs:
71
71
needs : build
72
72
if : github.ref == 'refs/heads/master'
73
73
steps :
74
- - uses : actions/checkout@v3
74
+ - uses : actions/checkout@v4
75
75
- uses : actions/download-artifact@v4
76
76
with :
77
77
name : pkg ubuntu-latest
78
- - uses : actions/setup-node@v3
78
+ - uses : actions/setup-node@v4
79
79
with :
80
- node-version : " 16 .x"
80
+ node-version : " 22 .x"
81
81
registry-url : " https://registry.npmjs.org"
82
82
- name : Publish rapier3d
83
83
run : |
You can’t perform that action at this time.
0 commit comments