Skip to content

Commit

Permalink
build: bump node
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhgray committed Nov 2, 2023
1 parent 94b4ce2 commit c8ced55
Show file tree
Hide file tree
Showing 3 changed files with 550 additions and 324 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 17.x
node-version: 12.x
- run: yarn install --frozen-lockfile
- run: yarn generate

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "2.3.2",
"wrangler": "^3.15.0"
"wrangler": "^2.0.0"
}
}
Loading

0 comments on commit c8ced55

Please sign in to comment.