Skip to content

Commit 401449d

Browse files
committed
Update
Signed-off-by: Matthew Peveler <[email protected]>
1 parent b5338f1 commit 401449d

File tree

3 files changed

+3993
-1802
lines changed

3 files changed

+3993
-1802
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v6
1313
with:
1414
persist-credentials: false
1515

16-
- uses: actions/setup-node@v1
16+
- uses: actions/setup-node@v6
1717
with:
18-
node-version: 12
18+
node-version: 20
1919
- run: npm ci
2020
- run: npm run build
2121

0 commit comments

Comments
 (0)