Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xnimorz committed Nov 4, 2023
1 parent 6b568e8 commit de12bcc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
- name: Use Node.js 21.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 21.x
- name: install and tests
run: |
yarn install
yarn test
yarn size
npm install
npm run test
npm run size
env:
CI: true

0 comments on commit de12bcc

Please sign in to comment.