Skip to content

Commit

Permalink
ci: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Nov 8, 2021
1 parent e13ee98 commit 89916ab
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 11,026 deletions.
4 changes: 0 additions & 4 deletions .codesandbox/project.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"previews": {
"1234": {
"name": "Playground",
"command": "yarn workspace @codesandbox/sandpack-playground dev"
},
"6006": {
"name": "Storybook",
"command": "yarn workspace @codesandbox/sandpack-react storybook"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Setup | Node.js
uses: actions/setup-node@v2
with:
node-version: "12.22.4"
node-version: "14.16.1"

- name: Setup | Authenticate with Registry
run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Setup | Node.js
uses: actions/setup-node@v2
with:
node-version: "12.22.4"
node-version: "14.16.1"

- name: Setup | Authenticate with Registry
run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
Expand Down
Loading

0 comments on commit 89916ab

Please sign in to comment.