Skip to content

Commit

Permalink
actions versions bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactoring committed May 7, 2024
1 parent e5b2eb6 commit 908ef4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- name: Use Node.js 16
uses: actions/setup-node@v4
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm ci
- name: Create .env file
Expand Down

0 comments on commit 908ef4b

Please sign in to comment.