Skip to content

Commit 882cafc

Browse files
committed
chore: update github-actions to version 20 from version 16
1 parent 35a6152 commit 882cafc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
steps:
1111
- name: Checkout Repo
1212
uses: actions/checkout@v3
13-
- name: Setup Node.js 16.x
13+
- name: Setup Node.js 20.x
1414
uses: actions/setup-node@main
1515
with:
16-
node-version: 16.x
16+
node-version: 20.x
1717
- name: Install Dependencies
1818
run: yarn
1919
- name: Run tests

0 commit comments

Comments
 (0)