Skip to content

Commit

Permalink
fix: use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Jun 3, 2023
1 parent 0f6b99a commit b74cf37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
- name: Begin CI...
uses: actions/checkout@v2

- name: Use Node 17
- name: Use Node 18
uses: actions/setup-node@v1
with:
node-version: 17.x
node-version: 18.x

- name: Use cached node_modules
uses: actions/cache@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 17
node-version: 18
- run: yarn install
- run: yarn build
- uses: JS-DevTools/npm-publish@v1
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
18

0 comments on commit b74cf37

Please sign in to comment.