Skip to content

Commit

Permalink
Update node version for build
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewcomer committed Jul 17, 2024
1 parent 36b8359 commit 620aa82
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
version: 12.x
version: 16.x
- name: Build and Test
run: |
yarn install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"private": false,
"dependencies": {
"@nyaruka/temba-components": "0.100.0",
"@nyaruka/temba-components": "0.101.0",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1490,10 +1490,10 @@
"@nodelib/fs.scandir" "2.1.3"
fastq "^1.6.0"

"@nyaruka/temba-components@0.100.0":
version "0.100.0"
resolved "https://registry.yarnpkg.com/@nyaruka/temba-components/-/temba-components-0.100.0.tgz#8500398e12070572b4e427e48423b911fa6e7f44"
integrity sha512-jcoag/TV31YLbxObSboxa2CAp2psjqhdQ5Bh4MyNnSc6Hquznzwy9LB/XHkJx+QJBc3O89so6OuowSYs5ad7tA==
"@nyaruka/temba-components@0.101.0":
version "0.101.0"
resolved "https://registry.yarnpkg.com/@nyaruka/temba-components/-/temba-components-0.101.0.tgz#dc6cfd2bd154b94045b84f2c9352fb2810c0cefa"
integrity sha512-+1Gehj4XqyXr+xajlOykOv8ZIiANPobvztS6Z+uMTFgzcmQbGqM6lkoOG+IMaOyIUDogLnAd0vjxhozjdF0HSg==
dependencies:
"@lit/localize" "^0.12.1"
color-hash "^2.0.2"
Expand Down

0 comments on commit 620aa82

Please sign in to comment.