Skip to content

Commit 908ef4b

Browse files
committed
actions versions bumped
1 parent e5b2eb6 commit 908ef4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
- name: Use Node.js 16
1111
uses: actions/setup-node@v4
1212
with:
13-
node-version: 16
14-
registry-url: 'https://registry.npmjs.org'
13+
node-version: 18
14+
registry-url: https://registry.npmjs.org/
1515
- name: Install dependencies
1616
run: npm ci
1717
- name: Create .env file

0 commit comments

Comments
 (0)