File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 # This workflow contains a single job called "build"
2424 base :
2525 # The type of runner that the job will run on
26- runs-on : ubuntu-22 .04
26+ runs-on : ubuntu-24 .04
2727
2828 # Steps represent a sequence of tasks that will be executed as part of the job
2929 steps :
9595
9696 # run the node test in an own task, so we can use a node-version matrix.
9797 test-node :
98- runs-on : ubuntu-22 .04
98+ runs-on : ubuntu-24 .04
9999 strategy :
100100 matrix :
101101 node : ['22.22.0', '24.13.0']
@@ -134,7 +134,7 @@ jobs:
134134
135135
136136 test-deno :
137- runs-on : ubuntu-22 .04
137+ runs-on : ubuntu-24 .04
138138 steps :
139139 - uses : actions/checkout@v6
140140 - name : Setup Node.js environment
Original file line number Diff line number Diff line change 88
99jobs :
1010 warn-user :
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 steps :
1313 - uses : actions/checkout@v6
1414 - name : Warn User to not commit generated files
You can’t perform that action at this time.
0 commit comments