Skip to content

Commit 08f3e49

Browse files
committed
Updating gh actions to node 18 for yarn 4
1 parent 1f3d4e5 commit 08f3e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/goldstack-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
- uses: actions/setup-node@v3
77
with:
8-
node-version: 16
8+
node-version: 18
99
cache: 'npm'
1010
- name: Install Yarn
1111
run: npm install -g yarn@1.22.11

0 commit comments

Comments
 (0)