Skip to content

Commit

Permalink
upgrade deprecated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aszs authored Feb 22, 2023
1 parent cf5448a commit 796db64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
# - name: Install cypress dependencies
# run: sudo apt-get update --fix-missing && sudo DEBIAN_FRONTEND=noninteractive apt-get install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
- uses: actions/setup-node@v2.5.1
- uses: actions/setup-node@v3
# - uses: actions/setup-python@v3
- name: Install yarn dependencies
run: npm i -g yarn && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install
Expand Down

0 comments on commit 796db64

Please sign in to comment.