Skip to content

Commit 3f4cae4

Browse files
authored
chore(ci): Update actions and node version (#106)
1 parent 4753077 commit 3f4cae4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/test-build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- name: Install yarn
17-
uses: actions/setup-node@v3
17+
uses: actions/setup-node@v4
1818
with:
19-
node-version: '16'
19+
node-version: '18'
2020

2121
- name: Install deps
2222
run: yarn install

0 commit comments

Comments
 (0)