Skip to content

Commit 1a89ba2

Browse files
Merge pull request #66 from linked-planet/dev
updated gh actions
2 parents d0e894b + e88696d commit 1a89ba2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/default.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0 #checkout full history so we can get the latest tag
20-
- uses: actions/setup-node@v3
20+
- uses: actions/setup-node@v4
2121
with:
22-
node-version: "20.13.1"
22+
node-version: "20.18.0"
2323

2424
# if i run the deployment of the github pages from the github web ui, without a release, then there is no github.event.release...
2525
- name: get latest tag
@@ -51,10 +51,10 @@ jobs:
5151
if: ${{ github.event_name == 'release' }}
5252
runs-on: ubuntu-latest
5353
steps:
54-
- uses: actions/checkout@v3
55-
- uses: actions/setup-node@v3
54+
- uses: actions/checkout@v4
55+
- uses: actions/setup-node@v4
5656
with:
57-
node-version: "18.17.1"
57+
node-version: "20.18.0"
5858
registry-url: "https://registry.npmjs.org"
5959

6060
- name: Get release version

0 commit comments

Comments
 (0)