Skip to content

Commit

Permalink
🔧 fixing nodejs runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
anaye1997 committed Aug 8, 2023
1 parent b42d5f8 commit 1eab36a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,16 @@ jobs:
image: ubuntu:20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
- name: install sccache
env:
SCCACHE_RELEASE_URL: https://github.com/mozilla/sccache/releases/download
SCCACHE_VERSION: v0.5.3
run: |
apt update
apt install -y curl wget
curl -s https://deb.nodesource.com/setup_16.x | bash
apt-get update && apt install -y nodejs npm yarn
node --version
npm --version
yarn --version
Expand Down

0 comments on commit 1eab36a

Please sign in to comment.