1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 02:28:50 +01:00

Update Node to 18

This commit is contained in:
2023-05-01 11:18:32 +02:00
parent 4037724380
commit 5838a2f9a1
2 changed files with 25 additions and 24 deletions

View File

@@ -17,9 +17,9 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Set up Node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "18"
- name: Install dependencies
run: bundle install --without production
- name: Run tests