Skip to content

Commit 06650bc

Browse files
authored
Merge pull request #7 from craigraphics/github-deploy
GitHub deploy
2 parents e49aea2 + f44b6be commit 06650bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Set up Node.js
16-
uses: actions/setup-node@v3
16+
uses: actions/setup-node@v4
1717
with:
18-
node-version: '18'
18+
node-version: '20'
1919

2020
- name: Install dependencies
2121
run: npm ci

0 commit comments

Comments
 (0)