We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eafefd2 commit b02dd61Copy full SHA for b02dd61
3 files changed
.github/workflows/audit.yml
@@ -8,7 +8,7 @@ jobs:
8
matrix:
9
node-version:
10
- 20
11
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
12
name: Node.js package audit
13
steps:
14
- uses: actions/checkout@v4
.github/workflows/docker.yml
@@ -4,7 +4,7 @@ on: push
4
5
jobs:
6
build:
7
# Checks-out the repository under $GITHUB_WORKSPACE.
.github/workflows/node.js.yml
- runs-on: ubuntu-latest
strategy:
fail-fast: false
0 commit comments