Skip to content

Commit

Permalink
build: update actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardo2016 committed Apr 17, 2024
1 parent d717a9d commit 3e5cac5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/run-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,17 @@ jobs:
continue-on-error: true
strategy:
matrix:
os: [ubuntu-18.04, windows-2019, macos-10.15]
os:
- ubuntu-20.04
# since fibjs 0.37.0, windows-2019 not supported
- windows-2022
- macos-11
version: [0.34.0, 0.35.0, 0.36.0, 0.37.0]
arch: [amd64, i386]
exclude:
- os: windows-2019
- os: windows-2022
arch: i386
- os: macos-10.15
- os: macos-11
arch: i386

steps:
Expand All @@ -41,7 +45,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'

- name: Set Env Variables
id: set-env-vars
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
]
},
"devDependencies": {
"@fibjs/ci": "^2.6.0",
"@fibjs/ci": "^2.7.0",
"@fibjs/types": "^0.33.15",
"@types/react": "~16.9",
"react": "^16.9.0",
Expand Down

0 comments on commit 3e5cac5

Please sign in to comment.