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.
2 parents 159c755 + 4cad1ed commit ee7776fCopy full SHA for ee7776f
.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ permissions:
11
jobs:
12
deploy:
13
name: Deploy
14
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
15
concurrency:
16
group: ${{ github.workflow }}-${{ github.ref }}
17
steps:
.github/workflows/pr-check.yml
@@ -10,9 +10,9 @@ jobs:
10
name: Pull Request Lint/Build
runs-on: ubuntu-24.04
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- name: Setup Node
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
with:
node-version: '14'
18
cache: npm
0 commit comments