Skip to content

Commit 440562f

Browse files
authoredJun 15, 2022
Feature/update node 18.2.0 (#3850)
* UPDATE node 18.2.0 * FIX node.js v18.2.0 problems * FIX test for error * UPDATE dexie js * UPDATE react * UPDATE react-scripts * UPDATE node to 18.3.0 * TRY fix react-native example * FIX ci * FIX ci again * FIX release script
1 parent 1f624bd commit 440562f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# This workflow contains a single job called "build"
1212
build-all:
1313
# The type of runner that the job will run on
14-
runs-on: ubuntu-18.04
14+
runs-on: ubuntu-20.04
1515

1616
# Steps represent a sequence of tasks that will be executed as part of the job
1717
steps:
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node.js environment
2222
uses: actions/setup-node@v3.2.0
2323
with:
24-
node-version: 16.5.0
24+
node-version-file: '.nvmrc'
2525

2626
- name: install npm dependencies
2727
run: npm install

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# This workflow contains a single job called "build"
2020
build-all:
2121
# The type of runner that the job will run on
22-
runs-on: ubuntu-18.04
22+
runs-on: ubuntu-20.04
2323

2424
# Steps represent a sequence of tasks that will be executed as part of the job
2525
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.