Skip to content

Commit

Permalink
bump to node 20 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorSheehan1 authored Feb 28, 2024
1 parent 99c4a87 commit f91feac
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 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 16
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20.5.1
- 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: 16
node_version: 20
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.18.2
20.5.1
7 changes: 7 additions & 0 deletions dev.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## Build Setup

```shell
# current versions are:
# node 20.5.1
# npm 9.8.0
# yarn 1.22.21

npm install -g yarn

# install dependencies
yarn install

Expand Down

0 comments on commit f91feac

Please sign in to comment.