Update github action

This commit is contained in:
0x1eef 2024-07-29 16:17:25 -03:00
parent de8129d45f
commit 9a1dc5273f

View file

@ -8,9 +8,9 @@ runs:
with: with:
ruby-version: 3.3 ruby-version: 3.3
- name: Setup NodeJS - name: Setup NodeJS
uses: actions/setup-node@v2 uses: actions/setup-node@v4
with: with:
node-version: 16 node-version: latest
cache: npm cache: npm
- name: Setup packages - name: Setup packages
shell: bash shell: bash