Skip to content

Commit 1dd89eb

Browse files
committed
Update ci.yaml
1 parent 60ab2a2 commit 1dd89eb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,18 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
11-
- uses: actions/setup-node@v3
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-node@v4
1212
with:
13-
node-version: 19
13+
node-version: 22
1414
- run: npm ci
1515
- run: npm run build
1616
- run: npm test
1717
- run: npm i @rdf-toolkit/cli
1818
- run: npx rdf make explorer
1919
working-directory: explorer
20-
- uses: actions/upload-pages-artifact@v1
20+
- id: deployment
21+
uses: actions/upload-pages-artifact@v3
2122
with:
2223
path: ./explorer/public
2324

@@ -33,4 +34,4 @@ jobs:
3334
runs-on: ubuntu-latest
3435
steps:
3536
- id: deployment
36-
uses: actions/deploy-pages@v1
37+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)