Skip to content

Commit 38819df

Browse files
authored
Update build.yml
Update versions
1 parent 5f9c31f commit 38819df

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
steps:
3131
# Checkout the repo
3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434

3535

3636
# --- --- --- FROM HERE ON BUILDING
37-
- name: Setup NodeJS 16
38-
uses: actions/setup-node@v1
37+
- name: Setup NodeJS 18
38+
uses: actions/setup-node@v4
3939
with:
40-
node-version: '16'
40+
node-version: '18'
4141
- name: Run build script
4242
# NOTE: We have to switch this out for the real build script once we have it
4343
run: |
@@ -46,12 +46,12 @@ jobs:
4646
4747
# From here on only upload and deploy
4848
- name: Setup Pages
49-
uses: actions/configure-pages@v2
49+
uses: actions/configure-pages@v5
5050
- name: Upload artifact
51-
uses: actions/upload-pages-artifact@v1
51+
uses: actions/upload-pages-artifact@v3
5252
with:
5353
# Upload the "dist" directory
5454
path: './dist'
5555
- name: Deploy to GitHub Pages
5656
id: deployment
57-
uses: actions/deploy-pages@v1
57+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)