Skip to content

Commit

Permalink
upgrade to node 16 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorSheehan1 authored Jul 16, 2023
1 parent 34db31a commit f00f6d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Node 14
- name: Set up Node 16
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- name: Install dependencies
run: |
npm i
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
install_command: yarn install
build_command: yarn build
build_directory: dist
node_version: 14.18.2
node_version: 16

0 comments on commit f00f6d4

Please sign in to comment.