We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eace9c8 commit bfb71d1Copy full SHA for bfb71d1
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
6
- 'master'
7
jobs:
8
build-test-publish:
9
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
10
steps:
11
- uses: actions/checkout@v4
12
with:
.github/workflows/test.yml
@@ -2,7 +2,7 @@ name: Build and Test NODE
2
on: [pull_request, workflow_dispatch, push]
3
4
build-test:
5
0 commit comments