Skip to content

Commit 261754a

Browse files
committed
Fix CI
1 parent b2f6284 commit 261754a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on: push
22

33
jobs:
44
build_and_deploy:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-22.04
66
steps:
77
# GIT Checkout
88
- uses: actions/checkout@v2
@@ -15,9 +15,9 @@ jobs:
1515
restore-keys: ${{ runner.os }}-node-
1616

1717
# Setup Node.JS
18-
- uses: actions/setup-node@v1
18+
- uses: actions/setup-node@v4
1919
with:
20-
node-version: '14'
20+
node-version: '21'
2121

2222
# Build
2323
- run: npm ci

0 commit comments

Comments
 (0)