We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f6284 commit 261754aCopy full SHA for 261754a
1 file changed
.github/workflows/build-deploy.yml
@@ -2,7 +2,7 @@ on: push
2
3
jobs:
4
build_and_deploy:
5
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
6
steps:
7
# GIT Checkout
8
- uses: actions/checkout@v2
@@ -15,9 +15,9 @@ jobs:
15
restore-keys: ${{ runner.os }}-node-
16
17
# Setup Node.JS
18
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v4
19
with:
20
- node-version: '14'
+ node-version: '21'
21
22
# Build
23
- run: npm ci
0 commit comments