Skip to content

Commit 8b3fc82

Browse files
committed
chore(workflows/tests): update used node version for publish
1 parent 9155aa8 commit 8b3fc82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- uses: actions/checkout@v3
61-
- name: Use Node.js 12
61+
- name: Use Node.js 18
6262
uses: actions/setup-node@v3
6363
with:
64-
node-version: 12.x
64+
node-version: 18.x
6565
- name: Install node_modules
6666
run: yarn install
6767
- name: Build

0 commit comments

Comments
 (0)