Update actions to v3

This commit is contained in:
Faisal Salman 2023-04-09 09:04:48 +07:00
parent 16b416d9ea
commit 407b23262c

View File

@ -12,8 +12,8 @@ jobs:
matrix: matrix:
arch: [amd64, ppc64le] arch: [amd64, ppc64le]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: actions/setup-node@v2 - uses: actions/setup-node@v3
- name: Run the test - name: Run the test
run: | run: |
npm install npm install