Skip to content

Commit

Permalink
upgrade gha stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Mar 17, 2024
1 parent 3bc8857 commit b1e9922
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 12
node-version: 18

- name: Install pkg
run: npm i -g pkg
Expand Down

0 comments on commit b1e9922

Please sign in to comment.