Skip to content

Commit

Permalink
fix: update actions for publishing to npm
Browse files Browse the repository at this point in the history
fix: error in test action
  • Loading branch information
courcelan committed Aug 22, 2024
1 parent fa181e7 commit b0867ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
uses: actions/checkout@v3.5.3

- name: Set up Node
uses: actions/setup-node@v3.7.0
with:
node-version: 18.17.1
registry-url: https://registry.npmjs.org/
uses: actions/setup-node@v3.7.0
with:
node-version: 18.17.1
registry-url: https://registry.npmjs.org/

- name: Install modules
run: npm i
Expand Down
1 change: 1 addition & 0 deletions .gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit b0867ca

Please sign in to comment.