Skip to content

Commit 0026b86

Browse files
author
Frank Pagan
committed
fix: updated worrkflows to v3 and node version 16
1 parent 4b1a725 commit 0026b86

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/automated.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v3
12+
- name: setup nodejs
13+
uses: actions/setup-node@v3
14+
with:
15+
node-version: 16
1216
- name: Jaid/action-sync-node-meta
1317
uses: jaid/action-sync-node-meta@v1.4.0
1418
with:
@@ -19,6 +23,10 @@ jobs:
1923
steps:
2024
- name: Checkout
2125
uses: actions/checkout@v3
26+
- name: setup nodejs
27+
uses: actions/setup-node@v3
28+
with:
29+
node-version: 16
2230
- name: Semantic Release
2331
uses: cycjimmy/semantic-release-action@v3
2432
id: semantic
@@ -59,7 +67,11 @@ jobs:
5967
runs-on: ubuntu-latest
6068
steps:
6169
- name: Checkout
62-
uses: actions/checkout@v2
70+
uses: actions/checkout@v3
71+
- name: setup nodejs
72+
uses: actions/setup-node@v3
73+
with:
74+
node-version: 16
6375

6476
- name: update documentation
6577
uses: CoCreate-app/CoCreate-docs@master

0 commit comments

Comments
 (0)