ci: update actions

This commit is contained in:
jfrazx 2025-03-14 19:43:09 -07:00
parent 607f143861
commit 9f883a5019
No known key found for this signature in database
GPG key ID: 7E72C3BCC0F85A7B
7 changed files with 29 additions and 20 deletions

View file

@ -18,14 +18,15 @@ jobs:
name: build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: setup nade
uses: actions/setup-node@v3
- name: setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: install pkg (using yao-pkg fork for targetting node20)
- name: install pkg (using yao-pkg fork for targeting node20)
run: npm install -g @yao-pkg/pkg
- name: get client dependencies