Skip to content

Commit

Permalink
Merge pull request #99 from ButterCMS/update-actions
Browse files Browse the repository at this point in the history
fix: update actions for publishing to npm
  • Loading branch information
courcelan authored Aug 22, 2024
2 parents fa181e7 + b0867ca commit 9b4250a
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 9b4250a

Please sign in to comment.