File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 release :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v6
1717 with :
1818 # So that we can create git commits
1919 fetch-depth : 0
3131 role-session-name : bref-layer-js-github-actions
3232 aws-region : us-east-1
3333
34- - uses : actions/setup-node@v3
34+ - uses : actions/setup-node@v6
3535 with :
36- node-version : 16
36+ node-version : 24
3737 registry-url : https://registry.npmjs.org/
3838
3939 - run : npm install
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 tests :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
14- - uses : actions/setup-node@v3
13+ - uses : actions/checkout@v6
14+ - uses : actions/setup-node@v6
1515 with :
16- node-version : 18
16+ node-version : 24
1717 registry-url : https://registry.npmjs.org/
1818 - run : npm install
1919 - run : npm run test
You can’t perform that action at this time.
0 commit comments