File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Build and Test
22on : [push]
3+
34permissions :
45 contents : read
56
67jobs :
78 bat :
89 name : Build and Test
9- runs-on : ubuntu-22 .04
10+ runs-on : ubuntu-24 .04
1011 steps :
11- - uses : actions/checkout@v5
12- - uses : actions/setup-node@v5
12+ - uses : actions/checkout@v6
13+ - uses : actions/setup-node@v6
1314 with :
14- node-version : 24
15+ node-version : 24.14.0
1516 - name : Perform npm tasks
1617 run : npm run ci
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212 outputs :
1313 tag : ${{ steps.update-package-version.outputs.version }}
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - name : Configure git
1717 run : |
1818 git config user.name 'Release Action'
1919 git config user.email '<>'
20- - uses : actions/setup-node@v5
20+ - uses : actions/setup-node@v6
2121 with :
22- node-version : 24
22+ node-version : 24.14.0
2323
2424 # Call `npm version`. It increments the version and commits the changes.
2525 # We'll save the output (new version string) for use in the following
You can’t perform that action at this time.
0 commit comments